projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2769bde
)
(zone-mode): Use write-file-functions, not write-file-hooks.
author
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:55:59 +0000
(12:55 +0000)
committer
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:55:59 +0000
(12:55 +0000)
lisp/net/zone-mode.el
patch
|
blob
|
history
diff --git
a/lisp/net/zone-mode.el
b/lisp/net/zone-mode.el
index 591deee3144c6d66fbdd46767e21f292ae5dd15c..6b4d22f9b13e182b55e61e7cf17c17b7def56736 100644
(file)
--- a/
lisp/net/zone-mode.el
+++ b/
lisp/net/zone-mode.el
@@
-92,7
+92,7
@@
Zone-mode does two things:
- fontification"
- (add-hook 'write-file-
hook
s 'zone-mode-update-serial-hook nil t)
+ (add-hook 'write-file-
function
s 'zone-mode-update-serial-hook nil t)
(if (null zone-mode-syntax-table)
(zone-mode-load-time-setup)) ;; should have been run at load-time